ASP.NET Core MVC コントロールヘルプ
LogBase メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartAxisBuilder<T> クラス : LogBase メソッド
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.LogBase. Sets the logarithmic base of the axis.
シンタックス
'宣言
 
Public Function LogBase( _
   ByVal value As System.Nullable(Of Double) _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LogBase( 
   System.Nullable<double> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If the base is not specified the axis uses the normal scale.
参照

ChartAxisBuilder<T> クラス
ChartAxisBuilder<T> メンバ